|
getURL
|
getURL (
url,
filename,
useTempDir=None,
)
pass in a the url and the name of the file you'd like to save it to, and
this function will return the location of that file
|
|
setWarned
|
setWarned ( val )
|
|
verify_connection
|
verify_connection ( socket, keys )
|
|
dangerous
|
dangerous ( loc )
return None if not dangerous, otherwise return
the prefix or suffix that mached
|
|
getTmpFilename
|
getTmpFilename ( filename, useTempDir )
|
|
stripHTML
|
stripHTML ( file )
pass in a file in HTML, and it will extract all the information
between the and tags. Possibly only useful for ModBase
|
|
determineFileType
|
determineFileType ( f )
Exceptions
|
|
chimera.UserError, "Couldn't find xml \"type\" attr. in %s" % f.name
|
|
|
ConfigBrowser
|
ConfigBrowser ()
|
|
doMidasCommand
|
doMidasCommand ( cmd )
execute a midas command in Chimera
|
|
socket_connection_cb
|
socket_connection_cb ( socket, keys )
|
|
activate_puppet
|
activate_puppet ( state )
|
|